home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TABOUTPROFORM / TABOUTPROFORM.txt
Text File  |  2003-03-07  |  4KB  |  166 lines

  1. object AboutProForm: TAboutProForm
  2.   Left = 493
  3.   Top = 347
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'AboutProForm'
  7.   ClientHeight = 340
  8.   ClientWidth = 422
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object CopyrightLabel: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 193
  24.     Height = 13
  25.     Caption = 'Copyright ∩┐╜ FireTrust Limited 2000-2003.'
  26.   end
  27.   object FiretrustWebsiteLabel: TLabel
  28.     Left = 16
  29.     Top = 48
  30.     Width = 82
  31.     Height = 13
  32.     Caption = 'Firetrust Website:'
  33.   end
  34.   object SupportInformationLabel: TLabel
  35.     Left = 16
  36.     Top = 64
  37.     Width = 95
  38.     Height = 13
  39.     Caption = 'Support Information:'
  40.   end
  41.   object WebsiteLinkLabel: TLinkLabel
  42.     Left = 120
  43.     Top = 48
  44.     Width = 120
  45.     Height = 13
  46.     Ellipsis = etNone
  47.     Caption = 'http://www.firetrust.com/'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = 15597568
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsUnderline]
  53.     ParentFont = False
  54.     MouseOverFont.Charset = DEFAULT_CHARSET
  55.     MouseOverFont.Color = 16733525
  56.     MouseOverFont.Height = -11
  57.     MouseOverFont.Name = 'MS Sans Serif'
  58.     MouseOverFont.Style = [fsUnderline]
  59.     URL = 'http://www.firetrust.com/'
  60.   end
  61.   object SupportLinkLabel: TLinkLabel
  62.     Left = 120
  63.     Top = 64
  64.     Width = 160
  65.     Height = 13
  66.     Ellipsis = etNone
  67.     Caption = 'http://www.firetrust.com/support/'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = 15597568
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsUnderline]
  73.     ParentFont = False
  74.     MouseOverFont.Charset = DEFAULT_CHARSET
  75.     MouseOverFont.Color = 16733525
  76.     MouseOverFont.Height = -11
  77.     MouseOverFont.Name = 'MS Sans Serif'
  78.     MouseOverFont.Style = [fsUnderline]
  79.     URL = 'http://www.firetrust.com/support/'
  80.   end
  81.   object LicensedToLabel: TLabel
  82.     Left = 16
  83.     Top = 112
  84.     Width = 126
  85.     Height = 13
  86.     Caption = 'This product is licensed to:'
  87.   end
  88.   object LicensedToNameLabel: TLabel
  89.     Left = 148
  90.     Top = 112
  91.     Width = 110
  92.     Height = 13
  93.     Caption = 'LicensedToNameLabel'
  94.   end
  95.   object CreditsLabel: TLabel
  96.     Left = 16
  97.     Top = 144
  98.     Width = 330
  99.     Height = 13
  100.     Caption = 
  101.       'Credits: Regular expressions by Andrey V. Sorokin and Henry Spen' +
  102.       'cer'
  103.   end
  104.   object WarningLabel: TLabel
  105.     Left = 16
  106.     Top = 184
  107.     Width = 393
  108.     Height = 52
  109.     AutoSize = False
  110.     Caption = 
  111.       'Copyright warning: This computer program is protected by copyrig' +
  112.       'ht law and international treaties. Unauthorized reproduction or ' +
  113.       'distribution of this program, or any portion of it, may result i' +
  114.       'n severe civil and criminal penalties, and prosecution to the ma' +
  115.       'ximum extent possible under the law.'
  116.     WordWrap = True
  117.   end
  118.   object Bevel2: TBevel
  119.     Left = 16
  120.     Top = 288
  121.     Width = 393
  122.     Height = 3
  123.   end
  124.   object DataFilesLinkLabel: TLinkLabel
  125.     Left = 34
  126.     Top = 272
  127.     Width = 375
  128.     Height = 13
  129.     Ellipsis = etPathEllipsis
  130.     AutoSize = False
  131.     Caption = 'DataFiles'
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = 15597568
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = [fsUnderline]
  137.     ParentFont = False
  138.     OnClick = DataFilesLinkLabelClick
  139.     MouseOverFont.Charset = DEFAULT_CHARSET
  140.     MouseOverFont.Color = 16733525
  141.     MouseOverFont.Height = -11
  142.     MouseOverFont.Name = 'MS Sans Serif'
  143.     MouseOverFont.Style = [fsUnderline]
  144.   end
  145.   object OKButton: TButton
  146.     Left = 334
  147.     Top = 304
  148.     Width = 75
  149.     Height = 25
  150.     Anchors = [akRight, akBottom]
  151.     Caption = 'OK'
  152.     Default = True
  153.     ModalResult = 1
  154.     TabOrder = 0
  155.   end
  156.   object ExtendedLoggingCheckBox: TCheckBox
  157.     Left = 16
  158.     Top = 256
  159.     Width = 249
  160.     Height = 17
  161.     Caption = 'Enable extended error logging to data directory:'
  162.     TabOrder = 1
  163.     OnClick = ExtendedLoggingCheckBoxClick
  164.   end
  165. end
  166.